Skip to content

Fix str_split UPGRADE note - #9123

Closed
herndlm wants to merge 5 commits into
php:masterfrom
herndlm:fix-str-split-upgrading-entry
Closed

Fix str_split UPGRADE note#9123
herndlm wants to merge 5 commits into
php:masterfrom
herndlm:fix-str-split-upgrading-entry

Conversation

@herndlm

@herndlm herndlm commented Jul 25, 2022

Copy link
Copy Markdown
Contributor

If I'm not completely mistaken (and I had my coffee already 😅) this needs to be negated. Just noticed this when I wanted to adapt phpstan and link to the UPGRADE note.

See also e809254, #8945 and https://3v4l.org/XfZO4 vs https://3v4l.org/XfZO4/rfc#vgit.master
Fyi @mvorisek

@herndlm
herndlm marked this pull request as ready for review July 25, 2022 08:35
@iluuu1994

Copy link
Copy Markdown
Member

Yes, this seems wrong. The same is in NEWS, could you fix it there too?

@herndlm

herndlm commented Jul 25, 2022

Copy link
Copy Markdown
Contributor Author

done, it was written a bit more vaguely there. documenting this clearly is not my strength..

Comment thread UPGRADING Outdated
array_change_key_case and sorting with SORT_FLAG_CASE use ASCII case
conversion.
. str_split no longer returns an empty array on empty string.
. str_split returns an empty array on empty string.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might also mention the previous behavior

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did something. let me know what you think. Again, technical documentation is maybe not my strong point :)

Comment thread NEWS Outdated
@cmb69 cmb69 closed this in 229b189 Jul 25, 2022
@cmb69

cmb69 commented Jul 25, 2022

Copy link
Copy Markdown
Member

Thank you!

@herndlm
herndlm deleted the fix-str-split-upgrading-entry branch July 25, 2022 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants